home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d20
/
ezstart2.arc
/
CTRL.ARC
/
RUNBINK.BAT
< prev
Wrap
DOS Batch File
|
1990-12-29
|
1KB
|
86 lines
Echo Off
Rem RUNBINK.BAT for EZPOINT point installation
Rem Written by Ron Bemis
:
: Modified by DLachan 12/18/90
: Removed all references to LANDER and RONSET (crippled)
:
{drive}
CD \Bink
If Not "%1" == "" Goto %1
:Bink
Key-Fake "C"
BTBig Unattended
:TestLevel
If ErrorLevel 255 Goto Bink
If ErrorLevel 200 Goto MailIn
If ErrorLevel 150 Goto MakePoll
If ErrorLevel 100 Goto F10
If ErrorLevel 90 Goto F9
If ErrorLevel 80 Goto F8
If ErrorLevel 70 Goto F7
If ErrorLevel 60 Goto F6
If ErrorLevel 50 Goto F5
If ErrorLevel 40 Goto F4
If ErrorLevel 30 Goto F3
If ErrorLevel 20 Goto F2
If ErrorLevel 10 Goto F1
Goto Exit
:Help
:F1
Echo.
Echo F1 - HELP Notice F2 - scan all messages
Echo F3 - F4 -
Echo F5 - read/write messages F6 - process incoming mail
Echo F7 - renumber/purge messages F8 -
Echo F9 - F10 - Poll bossnode
Echo.
pause
Goto Bink
:ScanAll
:F2
EZPoint /B /X
Goto Menu
:F3
Echo Errorlevel 30 for your setup
Goto Bink
:F4
Echo Errorlevel 40 for your setup
Goto Bink
:Reader
:F5
EZPoint
Goto Bink
:MailIn
:F6
EZPoint /B
Goto Bink
:F7
EZPoint /B /R
Goto Bink
:F8
Echo Errorlevel 80 for your setup
Goto Bink
:F9
Echo Errorlevel 90 for your setup
Goto Bink
:MakePoll
:F10
If Exist {root}\Out\*.?$? Del {root}\Out\*.?$?
Echo.>>{bosshex}.DLO
Goto Bink
:Exit
Echo.